Skip to main content

Events - Introduction

As in every GDevelop game, the code is called Events.

On GraniteOS, we use External Events, to do the code for GraniteOS. Not only improves our productivity by deriving events into parts, it makes easy copying the open source code to your build

For example

Let's say you have been making your own OS based on GraniteOS, and we release a new update on GraniteWeb's backend. You can download the new external event file of GraniteWeb and replace with the outdated one.